merge yield statement for draining#116
Conversation
|
CodSpeed Performance ReportMerging #116 will not alter performanceComparing Summary
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #116 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 907 896 -11
=========================================
- Hits 907 896 -11 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| // else GB999: ÷ Any | ||
|
|
||
| if (boundary) { | ||
| if (boundary || cursor === len) { |
There was a problem hiding this comment.
Mostly unnecessary check in the main loop.
Will definitely affect the perf.
No description provided.